home *** CD-ROM | disk | FTP | other *** search
/ Visions 7: People / Visions 7: People.iso / pc / _bbs / all.bat next >
Encoding:
DOS Batch File  |  1995-12-29  |  671 b   |  60 lines

  1. if .%in_type% == . goto bad
  2. goto ok
  3. :bad
  4. echo variable in_type not set
  5. echo type i:\cd-tools\proto\c to see in_type's
  6. goto end
  7.  
  8. :ok
  9.  
  10. cd \_bbs
  11.  
  12. i:\bin\rm /s file_id
  13. mkdir file_id
  14. xcopy /s k:\cd-tools\proto\_bbs\file_id\*.* file_id
  15.  
  16. md menu
  17. cd menu
  18. call menu.bat
  19. cd ..
  20.  
  21. md PCB
  22. cd PCBTOOL
  23. call all.bat
  24. cd ..
  25. md OPUS
  26. cd OPUS
  27. call all.bat
  28. cd ..
  29. md RBBS
  30. cd RBBSTOOL
  31. call all.bat
  32. cd ..
  33.  
  34. md SF
  35. cd SFTOOL
  36. call all.bat
  37. cd ..
  38.  
  39. md WC30
  40. md WC40
  41. cd WC30
  42. call all.bat
  43. cd ..
  44.  
  45. md MAX
  46. cd MAXTOOL
  47. call all.bat
  48.  
  49.  
  50. cd \
  51. i:\bin\norton\ncd /r
  52. mv \ncdtree\treeinfo.ncd \
  53. rd \ncdtree
  54.  
  55. pause
  56.  
  57. dir /s /p \_bbs\logfile
  58.  
  59. i:\bin\rm /s file_id
  60.